cargo.git
2017-04-04 Alex CrichtonSupport vendor dirs with "empty" directories
2017-04-04 borsAuto merge of #3854 - tee-too:fix-3499, r=alexcrichton
2017-04-04 tee-tooAdd `[target.'cfg(...)']` syntax for rustc(doc)flags...
2017-04-03 borsAuto merge of #3893 - nrc:config-values, r=alexcrichton
2017-04-03 Nick CameronAllow a client to override values in a config
2017-04-01 borsAuto merge of #3842 - pwoolcoc:add-pijul-vcs-support...
2017-04-01 borsAuto merge of #3889 - alexcrichton:toml-fix, r=alexcrichton
2017-04-01 Alex CrichtonUpdate toml to fix a regression in backcompat
2017-03-31 Paul WoolcockAdd Pijul support to cargo
2017-03-31 borsAuto merge of #3878 - ehiggs:revert-template-until...
2017-03-30 borsAuto merge of #3875 - matklad:unused-replace, r=alexcri...
2017-03-30 borsAuto merge of #3879 - jbendig:issue_3867, r=alexcrichton
2017-03-29 James BendigFix `cargo run` panic when required-features not satisfied
2017-03-29 Ewan HiggsCleanup of template patch reversion.
2017-03-29 Ewan HiggsRevert "Cargo templating for `new` and `init`"
2017-03-29 Ewan HiggsRevert "Upgrade handlebars to 0.25."
2017-03-29 Ewan HiggsRevert "Fix for #3722"
2017-03-29 Ewan HiggsRevert "Use time crate directly to get the year"
2017-03-29 Ewan HiggsRevert "Add year to project template variables"
2017-03-29 Aleksey KladovFix false positive about unused replace
2017-03-27 borsAuto merge of #3869 - matklad:test-isolation, r=alexcri...
2017-03-25 Aleksey KladovDon't read ~/.cargo/config in tests
2017-03-25 borsAuto merge of #3865 - matklad:doc-all-the-things, r...
2017-03-24 Aleksey KladovAdd external-tools.md to the Makefile
2017-03-24 borsAuto merge of #3862 - matklad:crate-types, r=alexcrichton
2017-03-24 Aleksey KladovBeef up docs about integrating Cargo with other stuff
2017-03-24 Aleksey KladovFix crate_types in serialized targets
2017-03-23 borsAuto merge of #3857 - antonlarin:rebuild-on-env-change...
2017-03-23 borsAuto merge of #3837 - alexcrichton:workspace-exlucde...
2017-03-23 Anton LarinInclude package props with env vars into target metadata
2017-03-23 borsAuto merge of #3858 - alexcrichton:fix-ci, r=alexcrichton
2017-03-23 Alex CrichtonAttempt to fix CI
2017-03-21 borsAuto merge of #3841 - matklad:encourage-explicit-versio...
2017-03-20 borsAuto merge of #3848 - tee-too:fix-2529, r=alexcrichton
2017-03-20 borsAuto merge of #3849 - alexcrichton:fix-stack-overflow...
2017-03-20 Alex CrichtonDetect cyclic dependencies through [replace]
2017-03-20 tee-tooReport the name of the test that failed (fix #2529)
2017-03-18 borsAuto merge of #3843 - alexcrichton:fix-override-default...
2017-03-17 Alex CrichtonFix overriding mixing with default features
2017-03-17 Aleksey KladovEncourage tools writers to explicitly pin metadata...
2017-03-17 borsAuto merge of #3839 - tee-too:fix-3828, r=matklad
2017-03-17 tee-tooRemove --cap-lints feature detection (fix issue #3828)
2017-03-16 Alex CrichtonAdd a workspace.exclude key
2017-03-16 borsAuto merge of #3836 - alexcrichton:bump, r=alexcrichton
2017-03-16 Alex CrichtonBump to 0.19.0
2017-03-13 borsAuto merge of #3827 - alexcrichton:warnings-v2, r=matklad
2017-03-13 Alex CrichtonCap lints for upstream deps with `-vv`
2017-03-12 borsAuto merge of #3818 - jmatraszek:3814-run_proper_binary...
2017-03-12 borsAuto merge of #3820 - alexcrichton:remove-build-date...
2017-03-12 Alex CrichtonTweak travis targets and dates
2017-03-12 Alex CrichtonRemove build date from version
2017-03-11 Jakub Matraszek#3814: Fallback to src/bin/main.rs for bins
2017-03-09 borsAuto merge of #3807 - nerdrew:nerdrew/_cargo, r=alexcri...
2017-03-08 borsAuto merge of #3794 - alexcrichton:better-errors, r...
2017-03-08 Alex CrichtonImprove TOML decoding error messages
2017-03-08 Andrew Lazarussupport custom cargo-* command zsh tab completion
2017-03-08 borsAuto merge of #3789 - vojtechkral:cargo_env, r=alexcrichton
2017-03-07 Vojtech KralTell subprocesses the path to self in an env variable...
2017-03-07 borsAuto merge of #3369 - joshtriplett:cargo-install-only...
2017-03-06 borsAuto merge of #3795 - jryans:template-year, r=alexcrichton
2017-03-06 Josh TriplettIn "cargo install" directly from registry, don't requir...
2017-03-06 J. Ryan StinnettUse time crate directly to get the year
2017-03-06 borsAuto merge of #3799 - integer32llc:restore-generated...
2017-03-04 Carol (Nichols... Restore the generated tests module created by `cargo...
2017-03-03 J. Ryan StinnettAdd year to project template variables
2017-03-03 borsAuto merge of #3791 - sunng87:port-handlebars-to-serde...
2017-03-03 Ning SunUse serde type system for handlebars
2017-03-03 borsAuto merge of #3782 - alexcrichton:more-proc-macro...
2017-03-02 borsAuto merge of #3786 - joshtriplett:directory-registry...
2017-03-02 borsAuto merge of #3785 - joshtriplett:insulate-tests-from...
2017-03-02 Josh Tripletttests: Insulate from user git environment
2017-03-02 Josh Tripletttests/directory: Remove unnecessary dummy registry...
2017-03-01 borsAuto merge of #3767 - ehiggs:fix-init-bin-lib-section...
2017-03-01 Alex CrichtonAccept proc_macro in addition to proc-macro
2017-03-01 borsAuto merge of #3779 - amotz:appveyor-url, r=alexcrichton
2017-03-01 borsAuto merge of #3721 - alexcrichton:dupe-doctest, r...
2017-03-01 Alex CrichtonFix deps with `cargo test --all` and doctests
2017-03-01 amotzFix AppVeyor badge URL
2017-03-01 borsAuto merge of #3775 - alexcrichton:version-info, r...
2017-03-01 borsAuto merge of #3699 - alexcrichton:sslop, r=brson
2017-02-28 borsAuto merge of #3776 - alexcrichton:underscores, r=matklad
2017-02-28 Alex CrichtonAccept more underscore variants in configuration
2017-02-28 Alex CrichtonPrefer CARGO_PKG_* in version info
2017-02-28 borsAuto merge of #3771 - alexcrichton:read-more, r=matklad
2017-02-27 borsAuto merge of #3770 - jbendig:issue_3762, r=alexcrichton
2017-02-27 Alex CrichtonAccept `default_features` for `default-features`
2017-02-27 Ewan HiggsRemove tab characters.
2017-02-27 James BendigFixed compile failing because Resolve::features() no...
2017-02-27 James BendigFixed `cargo test` and `cargo bench` compiling binaries...
2017-02-27 Ewan HiggsSatisfy check-style.sh
2017-02-27 Ewan HiggsFix for #3722
2017-02-27 borsAuto merge of #3760 - sanmai-NL:Cargo_new_gitignore_rus...
2017-02-27 borsAuto merge of #3752 - matklad:always-artifacts, r=alexc...
2017-02-26 Sander MaijersExclude `*.rs.bk` files more liberally
2017-02-25 Aleksey KladovProduce artifacts JSON messages even for fresh builds
2017-02-25 borsAuto merge of #3742 - matklad:sets-are-monoid, r=alexcr...
2017-02-24 Sander MaijersAdd `src/**/*.rs.bk` to VCS ignore file
2017-02-23 borsAuto merge of #3758 - mbrubeck:docs, r=alexcrichton
2017-02-23 Matt BrubeckDocument that OUT_DIR is set during compilation for...
2017-02-23 Aleksey KladovSimplify feature-handling code
next